loop n. 1.(用線、帶等打成的)圈,環(huán),匝,框,環(huán)孔,線圈;【醫(yī)學(xué)】(常 the loop)宮內(nèi)避孕環(huán)。 2.環(huán)狀物,塔環(huán),拎環(huán)。 3.(鐵路上的)讓車道,環(huán)道。 4.【無線電】回路,回線,波腹,環(huán)形天線。 5.【數(shù)學(xué)】自變;【計(jì)算機(jī)】循環(huán);(程序中)一群指令的重復(fù)。 6.【航空】翻圈飛行,翻筋斗;【溜冰】(單腳)打圈兒。 7.〔美國〕鬧市區(qū);〔the L-〕 芝加哥的商業(yè)區(qū)。 a safety loop保險(xiǎn)圈。 a wire loop鋼絲套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 給人極好的印象。 3. 出色地通過[做成]。 on the loop 〔美國〕在匆匆旅行中。 out of the loop 在圈內(nèi)人物之外的,不在…圈子內(nèi)的。 vt. 1.使(繩等)成圈,打成圈;【電學(xué)】 把導(dǎo)線連成回路。 2.用圈圍住;(用環(huán))箍住。 (up back). 3.使作成環(huán)狀運(yùn)動(dòng);【航空】翻筋斗。 vi. 1.打環(huán),成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前進(jìn)。 loop the loop 【航空】翻筋斗;(騎自行車等)兜圈子。
code n. 1.法典;法規(guī)。 2.規(guī)則,準(zhǔn)則;(社會(huì)、階級等的)慣例,習(xí)俗,制度。 3.(電)碼,代碼,密碼,暗碼;代號,略號,暗號。 4.【生物學(xué)】遺傳(密)碼。 the civil [criminal] code民[刑]法典。 the moral code道德準(zhǔn)則。 code of signals 信號密碼(本)。 code of the school 校規(guī)。 code and conventions 規(guī)章制度。 C- Napoléon 拿破侖法典。 C- of Hammurabi (古代巴比倫的)漢穆拉比法典。 code of honour 社會(huì)禮法;決斗慣例。 code of written law 成文法典。 the International Code 國際電碼。 the Morse code 摩爾斯電碼。 vt. 1.把…編成法典[法規(guī)]。 2.把…譯成[編成]電碼;編(碼);譯(碼)。 n. -r 【自動(dòng)化】編碼裝置;【電訊】記發(fā)器。
Instead of writing multiple unit tests that call the api , each with a new set of inputs , or creating an array in a unit test and using looping code , you can instead write a single unit test method that exercises the api 不是編寫調(diào)用api的多個(gè)單元測試(每個(gè)單元測試均具有一組新的輸入) ,也不是在單元測試中創(chuàng)建一個(gè)數(shù)組并使用循環(huán)代碼,而是可以編寫執(zhí)行api的單個(gè)單元測試方法。